:root {
  --grey: #20202e;
  --green: #15352896;
  --ivory: rgb(197, 212, 216);
  --charcoal: #333333;
  --container: 1120px;

  /* Typography system */
  --font-base: 20px;
  --font-small: 15px;
  --font-medium: 25px;
  --font-large: 35px;
  --font-xlarge: 40px;
  --line-height-base: 50px;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Regular.woff2") format("woff2"),
    url("Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0;
  align-items: flex;
  scroll-behavior: smooth;
  justify-content: center;
}

body,
.main-text {
  padding: 0;
  margin: 0;
  background-color: rgb(12, 12, 12);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: var(--font-base);
  line-height: var(--line-height-base);
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  scroll-behavior: smooth;
}

/* Typography hierarchy */
h1 {
  font-family: Cambria, Cochin, serif;
  font-size: var(--font-xlarge);
  line-height: 50px;
  text-shadow: black 0 0 20px;
  text-align: center;
}
h2 {
  font-family: Cambria, Cochin, serif;
  font-size: var(--font-large);
  line-height: 40px;
  text-align: center;
}
h3 {
  font-family: Cambria, Cochin, serif;
  font-size: var(--font-medium);
  line-height: 28px;
  text-align: center;
}
p {
  font-size: var(--font-base);
  line-height: var(--line-height-base);
}

/* Containers */
.container {
  justify-content: center;
  align-items: center;
  align-content: center;
  display: center;
  height: auto;
  width: 100%;
}
.container__cards {
  padding-bottom: 20px;
}
.container__CrowdPic {
  display: flex;
  height: auto;
  width: 100%;
  padding: 0%;
  margin: 0%;
}
/* Header & Navigation */
.site-header {
  display: flex;
  background-color: var(--charcoal);
  justify-content: center;
  align-items: center;
}

.site-nav {
  font-size: 15px;
  justify-content: space-between;
  padding: 5px;
  display: flex;
  align-items: left;
  gap: 100px;
  cursor: pointer;
}
.site-nav a {
  height: flex;
  width: flex;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(238, 109, 16);
  border: 1px solid;
  border-radius: 999px;
  box-shadow: 4px 3px 1px 1px rgb(238, 109, 16);
  padding: 8px;
}

.nav-toggle {
  background: none;
  border: 1px solid;
  color: rgb(238, 109, 16);
  padding: 8px 12px;
  border-radius: 7px;
}

/* Hero Section */
.hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: url("Images/MusicEquipment.png") center top / cover no-repeat;
  opacity: 0.85;
  z-index: 1;
  opacity: 70%;
}
.hero__content {
  position: relative;
  z-index: 2;
  color: white;
}
.hero h1 {
  font-size: 55px;
  font-style: italic;
  color: #7cf321;
  text-shadow: -2px -2px 0 #304ed3b3;
}
.hero h2 {
  color: #211994e9;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #d4f321,
    0 0 35px #d4f321, 0 0 40px #d4f321, 0 0 50px #d4f321, 0 0 75px #d4f321;
}
.hero p {
  max-width: 680px;
}

/* Sections */
.section {
  padding: 0%;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
}

.section__cards {
  height: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: center;
  color: #7cf321;
  text-shadow: #7cf321 0 0 20px;
  text-align: center;
  flex-wrap: wrap;
}
.section__title p {
  font-size: var(--font-small);
  color: black;
  text-align: center;
  flex-wrap: wrap;
  text-shadow: #7cf321 0 0 20px;
}
.section__title .p2 {
  font-size: var(--font-small);
  color: var(--charcoal);
  text-shadow: #7cf321 0 0 20px;
  text-align: center;
  display: center;
  justify-content: center;
  align-items: flex;
}
.section--alt {
  padding-top: 10px;
  padding-bottom: 30px;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  background: white;
  color: rgb(10, 8, 58);
  font-size: 35px;
  display: flex;
  text-align: center;
  line-height: 40px;
}
.section--alt p {
  text-align: center;
  font-family: Cambria, Cochin, serif;
  font-size: 25px;
  color: rgba(255, 115, 0, 0.949);
  padding: 0%;
}
.section--alt p2 {
  font-family: Cambria, Cochin, serif;
  color: rgb(247, 163, 5);
  font-size: 20px;
  text-align: center;
}

/* Cards */
.cards {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}
.card {
  background: black;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: auto;
}
.card h3 {
  color: #7cf321;
}
.card p {
  line-height: 24px;
}

/* Lists */
details.services__all {
  align-items: center;
}

/* Forms */
.form {
  max-width: 640px;
}
.field {
  display: flex;
  flex-direction: column;
}
input,
textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  font: inherit;
}

/* Buttons */
.btn {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 20px 20px;
  color: rgb(238, 109, 16);
  border-radius: 999px;
  box-shadow: 2px 2px 1px 1px rgb(238, 109, 16);
  text-decoration: none;
  text-shadow: 2px 2px #20202e;
  cursor: pointer;
}
.btn--primary {
  background: var(--charcoal);
  color: rgb(238, 109, 16);
}
.btn--primary:hover {
  filter: brightness(0.95);
}

/* Footer */
.site-footer {
  background: rgba(32, 30, 30, 1);
  text-align: center;
  font-size: var(--font-small);
  color: #7cf321;
  text-align: center;
  
}
.footer__grid {
  display: center;
  color: #7cf321;
}
.social a {
  display: inline-block;
}

/* Misc */
.section_title {
  font-size: var(--font-large);
  color: #7cf321;
}
.hidden {
  display: none;
}

/* Media Queries */
@media (min-width: 768px) {
  .site-nav {
    gap: 32px;
  }
  .nav-toggle {
    display: flex;
  }
  .cards {
    position: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__grid {
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 1024px) {
  .hero {
    min-height: 500px;
  }
  .cards {
    height: auto;
    width: auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  .section__title {
    font-size: 32px;
    align-items: center;
  }
}
